@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont-1.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(../fonts/Flaticon.svg) format("svg")
    }
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons-1.eot) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
@media (max-width:1600px) {
    .header__menu ul li {
       margin-right: 0!important;
            margin-left: 12px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-6,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

@media (min-width:768px) {

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.border {
    border: 1px solid #dee2e6 !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.position-static {
    position: static !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.text-center {
    text-align: center !important
}

.visible {
    visibility: visible !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important
    }

    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-heart:before {
    content: "\f004"
}

.fa-play:before {
    content: "\f04b"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-instagram:before {
    content: "\f16d"
}

body {
    font-family: Arial
}

.barfiller {
    width: 100%;
    height: 12px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5)
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background: #333;
    z-index: 1
}

.barfiller .tipWrap {
    display: none
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #333
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 50px;
    font-style: normal
}

.flaticon-005-carpenter:before {
    content: "\f104"
}

.flaticon-006-chainsaw:before {
    content: "\f105"
}

.flaticon-008-circular-saw:before {
    content: "\f107"
}

.flaticon-018-hammer:before {
    content: "\f111"
}

.flaticon-024-wood:before {
    content: "\f117"
}

.flaticon-031-pencil:before {
    content: "\f11e"
}

.flaticon-041-set-square:before {
    content: "\f128"
}

.flaticon-045-toolbox:before {
    content: "\f12c"
}

.flaticon-046-wheel-saw:before {
    content: "\f12d"
}

.flaticon-047-woods:before {
    content: "\f12e"
}

.flaticon-048-wood-board:before {
    content: "\f12f"
}

.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2right,
.icon_search,
.icon_pin_alt,
.icon_star {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.icon_search:before {
    content: "\55"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_star:before {
    content: "\e033"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

html,
body {
    height: 100%;
    font-family: "Josefin Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: "Rajdhani", sans-serif
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    color: #111;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 15px 0
}

img {
    max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff
}

ul,
ol {
    padding: 0;
    margin: 0
}

.section-title {
    margin-bottom: 30px
}

.section-title span {
    color: #856b41;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: block
}

.section-title h2 {
    font-size: 42px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px
}

.primary-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 35px 12px;
    color: #fff;
    background: #856b41;
    letter-spacing: 2px
}

.primary-btn.border-btn {
    border: 2px solid #856b41;
    background: none;
    color: #111
}

.site-btn {
    font-size: 15px;
    color: #fff;
    background: #856b41;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
    letter-spacing: 2px
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.header__logo {
    padding: 5px 0
}
.header__logo img{
        height: 100px;
}
.header__logo a {
    display: inline-block
}
.header__logo {
    align-items: center;
    display: flex; 
}
.header__logo a span {
    color: #7f663e;
    font-weight: bold;
}

.header__nav {
    text-align: right;
    padding:  0;
}

.header__menu {
    display: inline-block;
/*    margin-right: 25px*/
}
.skill__bar__item p i{
  color: #856b41;
}
.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative
}
.header .primary-btn{
    padding: 14px 11px 12px;
    font-size: 13px;
}
.header__menu ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header__menu ul li:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header__menu ul li:hover .dropdown {
    top: 30px;
    opacity: 1;
    visibility: visible
}

.header__menu ul li:last-child {
    margin-right: 0
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 150px;
    background: #111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0
}

.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px 0 0;
    text-transform: capitalize
}

.header__menu ul li .dropdown li a:after {
    display: none
}

.header__menu ul li a {
    font-size: 16px;
    font-family: "Rajdhani", sans-serif;
    color: #111;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 3px 0;
    text-transform: uppercase
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #856b41;
    content: "";
    -webkit-transition: all, .5s;
    -o-transition: all, .5s;
    transition: all, .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.offcanvas-menu-wrapper {
    display: none
}

.canvas__open {
    display: none
}

.hero {
    overflow: hidden
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
    top: 0;
    opacity: 1
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
    top: 0;
    opacity: 1
}

.hero__slider.owl-carousel .owl-nav button {
    font-size: 50px;
    height: 100px;
    width: 100px;
    color: #fff;
    background: rgba(17, 17, 17, .7);
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 50%
}

.hero__slider.owl-carousel .owl-nav button span {
    position: relative;
    left: 18px;
    top: 6px
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px
}

.hero__slider.owl-carousel .owl-nav button.owl-next span {
    left: auto;
    right: 22px
}

.hero__items {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        position: relative;
}
.hero__items::after{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__text {
    text-align: center
}

.hero__text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s;
     z-index: 11;  
     font-family: 'Courgette', cursive;
}

.hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, .6s;
    -o-transition: all, .6s;
    transition: all, .6s;
    z-index: 11;
}

.services {
    overflow: hidden
}

.services__item {
    /*height: 380px;*/
    height: 317px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.services__item .services__text { background-color: #ffffff; }
.services__item:hover .services__text {
    background-color: rgb(133 107 65 / 90%);
}

.services__item:hover .services__text h4 {
    color: #fff
}

.services__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    height: auto;
    /*width: 270px;*/
    padding: 0 5px;
    text-align: center;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s;
    background: rgba(51,51,51,.86);
}

.services__text h4 {
    font-weight: 500;
    line-height: 36px;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.services__slider.owl-carousel .col-lg-3 {
    max-width: 100%
}

/*.services__slider.owl-carousel .owl-nav button {
    font-size: 50px;
    height: 100px;
    width: 100px;
    color: #fff;
    background: rgba(17, 17, 17, .7);
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 50%
}
*/
/*.services__slider.owl-carousel .owl-nav button span {
    position: relative;
    left: 18px;
    top: 6px
}

.services__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px
}

.services__slider.owl-carousel .owl-nav button.owl-next span {
    left: auto;
    right: 22px
}
*/
.testimonial {
    padding-top: 150px
}

.testimonial__content {
    position: relative
}

.testimonial__pic {
    position: absolute;
    right: 130px;
    bottom: 0;
    z-index: 9;
}

.testimonial__pic img {
    min-width: 100px;
    width: 100px;
}

.testimonial__slider.owl-carousel .owl-dots {
    position: absolute;
    left: 70px;
    bottom: 45px
}

.testimonial__slider.owl-carousel .owl-dots button {
    height: 5px;
    width: 25px;
    background: rgba(17, 17, 17, .1);
    margin-right: 12px
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: rgba(17, 17, 17, .3)
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
    display: inline-block
}

.testimonial__text {
    background: #faf5f0;
    position: relative;
    padding: 85px 270px 90px 70px;
    display: inline-block
}

.testimonial__text i {
    font-size: 120px;
    color: #856b41;
    position: absolute;
    top: 15px;
    left: 50px
}

.testimonial__text p {
    font-size: 24px;
    color: #111;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 26px
}

.testimonial__text h5 {
    font-weight: 600;
    text-transform: uppercase
}

.testimonial__text h5 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-top: 8px
}

.testimonial__text .rating {
    position: absolute;
    right: 270px;
    bottom: 95px
}

.testimonial__text .rating span {
    font-size: 12px;
    color: #856b41;
    display: inline-block;
    margin-right: -5px
}

.portfolio-page {
    padding-left: 85px;
    padding-right: 85px
}

.portfolio__item {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1px;
    overflow: hidden
}

.portfolio__item.portfolio__page__item {
    margin-right: 2px;
    margin-bottom: 2px;
    height: 573px;
    background-size: contain;
}

.portfolio__item:hover .portfolio__text {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.portfolio__item .portfolio__text {
    width: 345px;
    height: 170px;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 60px 45px 50px;
    background-size: contain;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all, .6s;
    -o-transition: all, .6s;
    transition: all, .6s;
    -moz-transition: all, .6s;
    -ms-transition: all, .6s;
    padding: 10px;
}

.portfolio__item .portfolio__text h4 {
    background-color: rgb(129 103 62 / 90%);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    padding: 10px;
    font-size: 18px;
}

.portfolio__item .portfolio__text p {
    font-size: 14px;
    color: #fff;
    font-weight: 300
}

.more_btn {
    padding-top: 50px
}

.chooseus {
    padding-bottom: 70px;
    padding-top: 0;
}

.chooseus__btn {
    margin-bottom: 35px;
    text-align: right
}

.chooseus__item {
    margin-bottom: 35px
}

/*.chooseus__item:hover .chooseus__icon {
    background-color: #856b41;
}*/

.chooseus__item:hover .chooseus__icon span {
    color: #fff
}

.chooseus__item h5 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 15px
}

.chooseus__item p {
    font-weight: 300;
    margin-bottom: 0
}

.chooseus__icon {
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px
}

.chooseus__icon i {
    color: #111;
    font-weight: 600
}

.faq {
    background: #faf5f0;
    padding-bottom: 70px
}

.faq__accordion {
    margin-bottom: 40px
}

.faq__accordion .card {
    border: none;
    border-radius: 0;
    background: #fff;
    margin-bottom: 25px
}

.faq__accordion .card:last-child .card-heading {
    border-bottom: none
}

.faq__accordion .card .card-heading {
    padding: 22px 35px
}

.faq__accordion .card .card-heading.active {
    border-bottom: 0
}

.faq__accordion .card .card-heading a {
    display: block;
    font-size: 22px;
    cursor: pointer;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700
}

.faq__accordion .card .card-body {
    padding: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px
}

.faq__accordion .card .card-body p {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: -6px
}

.faq__accordion .card-heading a:after,
.faq__accordion .card-heading > a.active[aria-expanded="false"]:after {
    content: "L";
    font-family: "ElegantIcons";
    font-size: 30px;
    font-weight: 400;
    color: #856b41;
    position: absolute;
    right: 20px;
    top: 26px;
    line-height: 20px
}

.faq__accordion .card-heading.active a:after {
    content: "K";
    font-family: "ElegantIcons";
    font-size: 30px;
    font-weight: 400;
    color: #856b41;
    position: absolute;
    right: 20px;
    top: 27px;
    line-height: 20px
}

.faq__accordion .card-heading a[aria-expanded="true"]:after,
.faq__accordion .card-heading > a.active:after {
    content: "K";
    font-family: "ElegantIcons";
    font-size: 30px;
    font-weight: 400;
    color: #856b41;
    position: absolute;
    right: 20px;
    top: 27px;
    line-height: 20px
}

.faq__form {
    background: #fff;
    padding: 35px 38px 40px;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 0 30px rgba(202, 202, 202, .2);
    box-shadow: 3px 0 30px rgba(202, 202, 202, .2)
}

.faq__form h4 {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.faq__form form input {
    height: 46px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #adadad;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 20px
}

.faq__form form input::-webkit-input-placeholder {
    color: #adadad
}

.faq__form form input::-moz-placeholder {
    color: #adadad
}

.faq__form form input:-ms-input-placeholder {
    color: #adadad
}

.faq__form form input::-ms-input-placeholder {
    color: #adadad
}

.faq__form form input::placeholder {
    color: #adadad
}

.faq__form form textarea {
    height: 110px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #adadad;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 14px;
    resize: none
}

.faq__form form textarea::-webkit-input-placeholder {
    color: #adadad
}

.faq__form form textarea::-moz-placeholder {
    color: #adadad
}

.faq__form form textarea:-ms-input-placeholder {
    color: #adadad
}

.faq__form form textarea::-ms-input-placeholder {
    color: #adadad
}

.faq__form form textarea::placeholder {
    color: #adadad
}

.faq__form form button {
    width: 100%
}

.callto {
    padding-top: 130px;
    padding-bottom: 130px
}

.callto__text {
    text-align: center
}

.callto__text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.about {
    padding-bottom: 70px
}

.about__pic {
    margin-bottom: 30px;
    overflow: hidden
}

.about__pic__item {
    width: calc(50% - 5px);
    margin-right: 5px;
    float: left
}

.about__pic__item img {
    min-width: 100%;
    margin-bottom: 5px
}

.about__text {
    margin-bottom: 30px
}

.about__title span {
    color: #856b41;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.about__title h2 {
    color: #111;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.about__title p {
    font-weight: 300;
    margin-bottom: 25px;
    text-align: justify;
}

.about__counter {
    overflow: hidden;
    margin-bottom: 10px
}

.about__counter__item {
    width: 33.33%;
    float: left;
    margin-bottom: 25px
}

.about__counter__item h2 {
    color: #111;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block
}

.about__counter__item strong {
    color: #111;
    font-size: 42px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    display: inline-block;
    line-height: 36px;
    margin-bottom: 5px
}

.about__counter__item span {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.about-page {
    padding-bottom: 150px
}

.about__history .nav-tabs {
    border-bottom: 1px solid #ccc
}

.about__history .nav {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px
}

.about__history .nav-item {
    margin-right: 95px;
    display: inline-block
}

.about__history .nav-item:last-child {
    margin-right: 0
}

.about__history .nav-item .nav-link {
    font-size: 30px;
    font-weight: 600;
    color: #b7b7b7;
    font-family: "Rajdhani", sans-serif;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    position: relative
}

.about__history .nav-item .nav-link:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.5px;
    height: 10px;
    width: 10px;
    background: #b7b7b7;
    content: "";
    border-radius: 50%;
    margin: 0 auto
}

.about__history .nav-item .nav-link.active {
    background: transparent;
    color: #111
}

.about__history .nav-item .nav-link.active:after {
    background: #856b41
}

.about__content__history__text {
    background: #fff;
    text-align: center;
    padding: 60px 50px;
    margin-bottom: -50px;
    margin-top: 50px;
    -webkit-box-shadow: 3px 0 30px rgba(202, 202, 202, .3);
    box-shadow: 3px 0 30px rgba(202, 202, 202, .3)
}

.about__content__history__text h4 {
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.about__content__history__text p {
    color: #111;
    font-weight: 300;
    margin-bottom: 28px
}

.about__content__history__text p:last-child {
    margin-bottom: 0
}

.about-counter {
    background: #faf5f0;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
}

.counter__item {
    width: 20%;
    float: left;
    text-align: left;
    margin-bottom: 30px
}

.counter__item:hover .counter__icon {
    background-image: url(../img/shape/xshape-7.png.pagespeed.ic.808tj6PQcb.png) !important
}

.counter__item:hover .counter__icon span {
    color: #fff
}

.counter__item h2 {
    color: #111;
    font-size: 40px;
    font-weight: 600
}

.counter__item p {
    color: #111;
    margin-bottom: 0;
    font-weight: 300
}

.counter__icon {
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px !important;
    margin: 0 auto
}

.counter__icon [class^="flaticon-"]:before,
.counter__icon [class*=" flaticon-"]:before,
.counter__icon [class^="flaticon-"]:after,
.counter__icon [class*=" flaticon-"]:after {
    font-size: 60px
}

.counter__icon span {
    color: #856b41
}

.skill {
    padding-bottom: 60px
}

.skill__content {
    margin-bottom: 40px
}

.skill__bar__item {
    margin-bottom: 26px
}

.skill__bar__item:last-child {
    margin-bottom: 0
}

.skill__bar__item p {
    color: #111;
    font-weight: 600;
    margin-bottom: 6px
}

.skill__bar__item .barfiller {
    height: 7px;
    border: none;
    background: #e1e1e1;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 0
}

.skill__bar__item .tip {
    padding: 0;
    font-size: 16px;
    color: #111;
    background: transparent;
    font-weight: 600;
    margin-top: -38px
}

.skill__bar__item .tip:after {
    display: none
}

.skill__video {
    margin-bottom: 40px;
    position: relative
}

.skill__video img {
    width: 100%;
    height: 100%
}

.play-btn {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #856b41;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px
}

.play-btn i {
    color: #856b41;
    position: relative;
    left: 2px;
    top: 2px
}

.team {
    background: #faf5f0;
    padding-bottom: 70px
}

.team__item {
    text-align: center;
    margin-bottom: 30px
}

.team__item img {
    height: 200px;
    width: 200px;
    border-radius: 50%
}

.team__item h4 {
    color: #111;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px
}

.team__item p {
    color: #111;
    font-weight: 300
}

.team__item .team__social a {
    display: inline-block;
    color: #111;
    margin-right: 16px
}

.team__item .team__social a:last-child {
    margin-right: 0
}

.services-page {
    padding-bottom: 60px
}

.services__title {
    text-align: center;
    margin-bottom: 36px
}

.services__title p {
    color: #111;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0
}

.services__page__item {
    -webkit-box-shadow: 3px 0 30px rgba(202, 202, 202, .2);
    box-shadow: 3px 0 30px rgba(202, 202, 202, .2);
    margin-bottom: 30px
}

.services__page__item.services__page__item--little .services__page__item__text {
    padding: 25px 20px 30px
}

.services__page__item.services__page__item--little .services__page__item__text h3 {
    font-size: 24px
}

.services__page__item img {
    min-width: 100%
}

.services__page__item .services__page__item__text {
    padding: 28px 40px 35px
}

.services__page__item .services__page__item__text h3 {
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.services__page__item .services__page__item__text p {
    color: #111;
    font-weight: 300;
    margin-bottom: 10px
}

.services__page__item .services__page__item__text a {
    font-size: 16px;
    color: #111;
    position: relative
}

.services__page__item .services__page__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #111;
    content: ""
}

.callto-services {
    padding-top: 0
}

.callto__services__content {
    padding-top: 130px;
    padding-bottom: 130px
}

.callto__services__text {
    text-align: center
}

.callto__services__text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 24px
}

.footer {
    background: #201f16;
    padding-top: 70px
}

.footer__logo {
    margin-bottom: 15px
}
.footer__logo img{
    height: 100px;
}
.footer__text {
    margin-bottom: 30px
}

.footer__text p {
    color: #adadad;
    font-weight: 300;
    margin-bottom: 20px
}
.footer__text h3{
    font-size: 27px;
    color: #856b41;
    font-weight: 600;
}
.footer__text ul li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0;
}
.footer__text ul li a{
    list-style: none;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0;
}
.footer__text ul li:last-child {
    margin-bottom: 0
}

.footer__text ul li span {
    color: #856b41;
    font-weight: 700;
}

.footer__map {
    height: 310px;
    margin-bottom: 30px
}

.footer__map iframe {
    width: 100%
}

.footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 14px 0 10px;
    margin-top: 40px
}

.footer__copyright__text p {
    color: #adadad;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.footer__copyright__text p i {
    color: #856b41
}

.footer__copyright__text p a {
    color: #856b41;
    font-weight: 700;
}

.footer__social {
    text-align: right
}

.footer__social span {
    display: inline-block;
    font-size: 16px;
    color: #adadad;
    font-weight: 300
}

.footer__social a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 14px
}

.breadcrumb-option {
    padding: 60px 0 60px 0;
}

.breadcrumb__text {
    text-align: center
}

.breadcrumb__text h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px
}

.breadcrumb__links a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-right: 30px;
    display: inline-block;
    position: relative
}

.breadcrumb__links a:after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "|"
}

.breadcrumb__links span {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: inline-block
}

.blog__large__item {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px
}

.blog__large__item__text {
    margin-top: -70px
}

.blog__large__item__text p {
    color: #111;
    font-weight: 300;
    margin-bottom: 0
}

.blog__large__item__title {
    background: #fff;
    padding-top: 40px;
    position: relative;
    width: calc(100% - 70px);
    padding-right: 40px;
    z-index: 9
}

.blog__large__item__title img {
    min-width: 100%
}

.blog__large__item__title span {
    color: #856b41;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.blog__large__item__title h3 {
    margin-bottom: 8px
}

.blog__large__item__title h3 a {
    color: #111;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase
}

.blog__large__item__title ul {
    margin-bottom: 20px
}

.blog__large__item__title ul li {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    font-style: italic;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.blog__large__item__title ul li:after {
    position: absolute;
    right: -19px;
    top: 0;
    content: "|"
}

.blog__large__item__title ul li:last-child {
    margin-right: 0
}

.blog__large__item__title ul li:last-child:after {
    display: none
}

.blog__item {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px
}

.blog__item__pic {
    float: left;
    margin-right: 30px
}

.blog__item__text {
    overflow: hidden
}

.blog__item__text span {
    color: #856b41;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.blog__item__text h4 {
    margin-bottom: 5px
}

.blog__item__text h4 a {
    color: #111;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase
}

.blog__item__text h4 a:hover {
    text-decoration: underline
}

.blog__item__text ul {
    margin-bottom: 15px
}

.blog__item__text ul li {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    font-style: italic;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.blog__item__text ul li:after {
    position: absolute;
    right: -19px;
    top: 0;
    content: "|"
}

.blog__item__text ul li:last-child {
    margin-right: 0
}

.blog__item__text ul li:last-child:after {
    display: none
}

.blog__item__text p {
    color: #111;
    font-weight: 300;
    margin-bottom: 0
}

.blog__pagination a {
    display: inline-block;
    font-size: 16px;
    color: #111;
    height: 40px;
    width: 40px;
    background: #faf5f0;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.blog__pagination a:hover {
    background: #856b41;
    color: #fff
}

.blog__pagination a:last-child {
    margin-right: 0
}

.blog__pagination a span {
    position: relative;
    top: 3px;
    font-size: 18px
}

.blog__sidebar {
    padding-left: 20px
}

.blog__sidebar__search {
    margin-bottom: 55px
}

.blog__sidebar__search form {
    position: relative
}

.blog__sidebar__search form input {
    height: 46px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #444;
    font-weight: 300;
    padding-left: 20px
}

.blog__sidebar__search form input::-webkit-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__search form input::-moz-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__search form input:-ms-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__search form input::-ms-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__search form input::placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__search form button {
    background: transparent;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px
}

.blog__sidebar__recent {
    margin-bottom: 55px
}

.blog__sidebar__recent h4 {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px
}

.sidebar__recent__item {
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.sidebar__recent__item:last-child {
    margin-bottom: 0
}

.sidebar__recent__item__pic {
    float: left;
    margin-right: 25px
}

.sidebar__recent__item__text {
    overflow: hidden
}

.sidebar__recent__item__text h6 {
    color: #444;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 6px
}

.sidebar__recent__item__text span {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    font-style: italic
}

.blog__sidebar__categories {
    margin-bottom: 45px
}

.blog__sidebar__categories h4 {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px
}

.blog__sidebar__categories ul li {
    list-style: none;
    line-height: 36px;
    overflow: hidden
}

.blog__sidebar__categories ul li:hover a p {
    text-decoration: underline
}

.blog__sidebar__categories ul li:hover a span {
    text-decoration: underline
}

.blog__sidebar__categories ul li a {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    display: block
}

.blog__sidebar__categories ul li a p {
    margin-bottom: 0;
    float: left;
    font-weight: 300
}

.blog__sidebar__categories ul li a span {
    float: right
}

.blog__sidebar__newslatter {
    background: #faf5f0;
    padding: 30px
}

.blog__sidebar__newslatter h4 {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.blog__sidebar__newslatter p {
    color: #444;
    font-weight: 300;
    line-height: 24px
}

.blog__sidebar__newslatter form input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #444;
    font-weight: 300;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 10px
}

.blog__sidebar__newslatter form input::-webkit-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__newslatter form input::-moz-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__newslatter form input:-ms-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__newslatter form input::-ms-input-placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__newslatter form input::placeholder {
    color: #444;
    font-weight: 300
}

.blog__sidebar__newslatter form .site-btn {
    background: #111;
    width: 100%
}

.blog-details {
    padding-bottom: 30px
}

.blog__details__hero img {
    min-width: 100%
}

.blog__details__content {
    padding: 70px;
    margin-left: -70px;
    margin-right: -70px;
    background: #fff;
    margin-top: -70px;
    position: relative;
    z-index: 9
}

.blog__details__title {
    margin-bottom: 30px
}

.blog__details__title img {
    min-width: 100%
}

.blog__details__title .label {
    color: #856b41;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.blog__details__title h2 {
    margin-bottom: 8px;
    color: #111;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase
}

.blog__details__title ul {
    margin-bottom: 30px
}

.blog__details__title ul li {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    font-style: italic;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.blog__details__title ul li span {
    color: #111
}

.blog__details__title ul li:after {
    position: absolute;
    right: -19px;
    top: 0;
    content: "|"
}

.blog__details__title ul li:last-child {
    margin-right: 0
}

.blog__details__title ul li:last-child:after {
    display: none
}

.blog__details__title p {
    color: #111;
    font-weight: 300;
    margin-bottom: 22px
}

.blog__details__title p:last-child {
    margin-bottom: 0
}

.blog__details__pic {
    margin-bottom: 35px
}

.blog__details__pic img {
    min-width: 100%
}

.blog__details__desc {
    margin-bottom: 30px
}

.blog__details__desc p {
    color: #111;
    font-weight: 300;
    margin-bottom: 22px
}

.blog__details__desc p:last-child {
    margin-bottom: 0
}

.blog__details__item {
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 25px
}

.blog__details__item__pic {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left
}

.blog__details__item__pic img {
    min-width: 100%
}

.blog__details__widget {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px
}

.blog__details__tag {
    margin-bottom: 15px
}

.blog__details__tag span {
    font-size: 16px;
    color: #111;
    font-weight: 300;
    display: inline-block;
    margin-right: 15px
}

.blog__details__tag a {
    font-size: 16px;
    color: #888;
    font-weight: 300;
    display: inline-block;
    margin-right: 16px;
    position: relative
}

.blog__details__tag a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #888;
    content: "";
    opacity: .5
}

.blog__details__tag a:last-child {
    margin-right: 0
}

.blog__details__share {
    text-align: right;
    margin-bottom: 15px
}

.blog__details__share span {
    font-size: 16px;
    color: #111;
    font-weight: 300;
    display: inline-block;
    margin-right: 15px
}

.blog__details__share a {
    font-size: 16px;
    display: inline-block;
    margin-right: 16px
}

.blog__details__share a:last-child {
    margin-right: 0
}

.blog__details__share a.facebook {
    color: #0043a1
}

.blog__details__share a.twitter {
    color: #23c4ff
}

.blog__details__share a.instagram {
    color: #cc307e
}

.blog__details__share a.youtube {
    color: #ff000f
}

.blog__details__comment__title {
    margin-bottom: 35px
}

.blog__details__comment__title h4 {
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 35px
}

.blog__details__comment__title h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #111;
    content: ""
}

.blog__details__comment__title a {
    font-size: 24px;
    color: #888;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.blog__details__comment__item {
    margin-bottom: 40px
}

.blog__details__comment__item:last-child {
    margin-bottom: 0
}

.blog__details__comment__item.blog__details__comment__item--reply {
    padding-left: 105px
}

.blog__details__comment__item__pic {
    float: left;
    margin-right: 25px
}

.blog__details__comment__item__pic img {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

.blog__details__comment__item__text {
    overflow: hidden;
    position: relative
}

.blog__details__comment__item__text ul {
    margin-bottom: 12px
}

.blog__details__comment__item__text ul li {
    list-style: none;
    font-size: 14px;
    color: #888;
    font-weight: 300;
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.blog__details__comment__item__text ul li:after {
    position: absolute;
    right: -17px;
    top: -2px;
    content: "|";
    color: #eaeaea
}

.blog__details__comment__item__text ul li:last-child {
    margin-right: 0
}

.blog__details__comment__item__text ul li:last-child:after {
    display: none
}

.blog__details__comment__item__text ul li span {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    display: block;
    line-height: 21px
}

.blog__details__comment__item__text p {
    color: #000;
    font-weight: 300;
    margin-bottom: 0
}

.blog__details__comment__item__text .comment__btns {
    position: absolute;
    right: 0;
    top: 0
}

.blog__details__comment__item__text .comment__btns a {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.blog__details__comment__item__text .comment__btns a:after {
    position: absolute;
    right: -17px;
    top: -2px;
    content: "|";
    color: #eaeaea
}

.blog__details__comment__item__text .comment__btns a:last-child {
    margin-right: 0
}

.blog__details__comment__item__text .comment__btns a:last-child:after {
    display: none
}

.getaquote {
    height: 100%;
    overflow-y: auto
}

.getaquote__form {
    text-align: center
}

.getaquote__form h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px
}

.getaquote__form form {
    margin-bottom: 50px
}

.getaquote__form form input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
    border: 1px solid #535353;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 20px
}

.getaquote__form form input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form input::-moz-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form input:-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form input::-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form input::placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form .nice-select {
    height: 46px;
    float: none;
    display: block;
    line-height: 46px;
    background: rgba(0, 0, 0, .3);
    border: 1px solid #535353;
    border-radius: 0;
    padding-left: 20px;
    margin-bottom: 20px
}

.getaquote__form form .nice-select .list {
    margin-top: 0;
    width: 100%;
    border-radius: 0
}

.getaquote__form form .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    margin-top: -7px;
    right: 24px;
    width: 10px
}

.getaquote__form form .nice-select span {
    color: #fff;
    font-weight: 300
}

.getaquote__form form textarea {
    width: 100%;
    height: 110px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
    border: 1px solid #535353;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 14px;
    padding-top: 12px;
    resize: none
}

.getaquote__form form textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form textarea::-moz-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form textarea:-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form textarea::-ms-input-placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form textarea::placeholder {
    color: #fff;
    font-weight: 300
}

.getaquote__form form .site-btn {
    background: #856b41;
    width: 100%
}

.getaquote__form a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

.getaquote__form a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #535353;
    content: ""
}

.contact__form {
    text-align: center
}

.contact__form h2 {
    font-size: 40px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px
}

.contact__form form input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    color: #111;
    font-weight: 300;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 20px
}

.contact__form form input::-webkit-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form input::-moz-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form input:-ms-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form input::-ms-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form input::placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form textarea {
    width: 100%;
    height: 110px;
    font-size: 14px;
    color: #111;
    font-weight: 300;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 14px;
    padding-top: 12px;
    resize: none
}

.contact__form form textarea::-webkit-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form textarea::-moz-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form textarea:-ms-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form textarea::-ms-input-placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form textarea::placeholder {
    color: #111;
    font-weight: 300
}

.contact__form form .site-btn {
    background: #111;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header__menu ul li {
        margin-right: 22px
    }

    .header__menu {
        margin-right: 28px
    }

    .testimonial__text {
        padding: 85px 280px 90px 50px
    }

    .testimonial__text i {
        left: 32px
    }

    .portfolio__item .portfolio__text h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .portfolio__item .portfolio__text {
        padding: 50px 23px 50px;
        width: 280px
    }

    .portfolio-page {
        padding-left: 0;
        padding-right: 0
    }

    .blog__sidebar {
        padding-left: 0
    }

    .blog__details__content {
        padding: 70px 15px;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header__nav .primary-btn {
        display: none
    }

    .header__menu {
        margin-right: 0
    }

    .header__menu ul li {
        margin-right: 32px
    }

    .testimonial__pic {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
        width: auto;
        z-index: 9;
        margin-top: 30px
    }

    .testimonial__text {
        padding: 85px 70px 90px 70px
    }

    .testimonial__text .rating {
        right: 70px
    }

    .about__history .nav-item {
        margin-right: 60px
    }

    .counter__item {
        width: 25%
    }

    .portfolio-page {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog__sidebar {
        padding-left: 0;
        margin-top: 50px
    }

    .blog__details__content {
        padding: 70px 15px;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #111;
        height: 35px;
        width: 35px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #111;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 25px
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        content: "";
        z-index: 98;
        -webkit-transition: all, .5s;
        -o-transition: all, .5s;
        transition: all, .5s;
        visibility: hidden
    }

    .offcanvas-menu-overlay.active {
        visibility: visible
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #fff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, .5s;
        -o-transition: all, .5s;
        transition: all, .5s;
        opacity: 0
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0
    }

    .offcanvas__logo {
        margin-bottom: 30px
    }

    .offcanvas__logo a {
        display: inline-block
    }

    .header .container {
        position: relative
    }

    .header__nav {
        display: none
    }

    .portfolio-page {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog__sidebar {
        padding-left: 0;
        margin-top: 50px
    }

    .testimonial__pic {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
        width: auto;
        z-index: 9;
        margin-top: 30px
    }

    .testimonial__text {
        padding: 85px 70px 90px 70px
    }

    .testimonial__text .rating {
        right: 70px
    }

    .chooseus__btn {
        text-align: left
    }

    .footer__copyright__text {
        text-align: center;
        margin-bottom: 12px
    }

    .footer__social {
        text-align: center
    }

    .about__history .nav-item {
        margin-right: 15px
    }

    .about__history__content {
        padding: 0 30px
    }

    .counter__item {
        width: 50%
    }

    .blog__item__pic {
        float: none;
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog__item__pic img {
        min-width: 100%
    }

    .blog__large__item__title {
        width: calc(100% - 45px)
    }

    .blog__details__content {
        padding: 70px 15px;
        margin-left: 0;
        margin-right: 0
    }

    .blog__details__tag {
        text-align: center
    }

    .blog__details__share {
        text-align: center
    }

    .blog__details__comment__item__text .comment__btns {
        position: relative;
        margin-top: 15px
    }
}

@media only screen and (max-width:479px) {
    .hero__text h2 {
        font-size: 45px;
        line-height: 52px
    }

    .about__pic__item {
        width: 100%;
        margin-right: 0;
        float: none
    }

    .about__counter__item {
        width: 50%
    }

    .testimonial__text {
        padding: 85px 25px 90px 25px
    }

    .testimonial__text i {
        left: 5px
    }

    .testimonial__text .rating {
        right: 25px
    }

    .about__history .nav-item {
        margin-right: 5px
    }

    .counter__item {
        width: 100%
    }

    .about__content__history__text {
        padding: 35px 30px
    }

    .blog__details__comment__item.blog__details__comment__item--reply {
        padding-left: 0
    }

    .blog__details__comment__item__pic {
        float: none;
        margin-bottom: 15px
    }

    .portfolio__item .portfolio__text h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .portfolio__item .portfolio__text {
        padding: 50px 23px 50px;
        width: 280px
    }
}

/*carreer*/

.article-box {
    border: 1px solid #f9f9f9;
    padding: 20px 18px;
    box-shadow: 0px 0px 15px #eee;
        margin: 15px 0;
}


.article-box .uk-module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.uk-module-title, .uk-module-title-alt {
    position: relative;
    word-break: break-word;
    letter-spacing: -0.5px;
    text-transform: none;
}
.uk-module-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}
.article-box ul {
    padding-top: 0!important;
}
.uk-list {
    padding: 0;
    list-style: none;
}

.uk-list li {
    line-height: 32px;
    margin-top: 0px;
}
.uk-list i {
    padding-right: 15px;
}
.article-box .primary-btn {
    margin-top: 25px;
}
.uk-button-small {
    min-height: 35px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 14px;
}
.template-form {
    border: 1px solid #f9f9f9;
    padding:45px 35px;
    box-shadow: 0px 0px 15px #eee;
    background: #c69854;
    color: #fff;
}
.case-study.spad{
    padding: 80px 0px !important;
}
.form-head{
    font-size: 28px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
    text-align: center;
    text-transform: uppercase;
}
.submit-btn{
    background: #000;
    margin-top: 30px;
}
.template-space {
    min-height: 20px;
}
.template-form .form-control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*career*/
ul li{
    color: #111;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 20px;
}

html {
    scroll-behavior: smooth;
}
.bg-clients-home { margin-bottom: 50px; overflow: hidden; }
.owl-carousel .owl-item .img-clients-home > img { margin: 0 auto; width: 200px; }
.address-heading > h2 {
    font-size: 40px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.address-details > p {
    font-style: normal;
    line-height: normal;
}
.hide { display: none; }
.mb-5 { margin-bottom: 5px; }

.skill__bar__item li { font-weight: bold; margin-bottom: 20px; }
.about-pic-items > img:first-child { height: 220px !important; object-fit: cover; }
.uk-submit { margin-top: 15px; }
.text-justify > li { text-align: justify; }